Filament Template is a starter kit for Laravel application with pre-installed Laravel shield and required production configurations.
Clone this project
git clone https://github.com/blalmal10a/filament-template.git
git remote remove origin
Generate .env file
sh init.sh
composer install
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
For windows users
./winit.bat
composer install
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
Install dependencies
composer install
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed
git remote add origin git@github.com:YOUR_GITHUB_USERNAME/YOUR_GITHUB_REPOSITORY
For full documentation, visit the Filament documentation site.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
USE THE BELOW COMMANDS IF ALL SETTINGS ARE CORERCT
composer install
cp .env.example .env
php artisan key:generate
php artisan storage:link
php artisan migrate
php artisan db:seed