bisanedev/laravel-standart

The Laravel Framework Boilerplate


Keywords
framework, laravel
License
MIT

Documentation

Laravel Standart

Own Boilerplate Laravel 6

Installation

Clone the project and run composer

composer create-project bisanedev/laravel-standart NamaFolder
cd NamaFolder

Migration and DB seeder (after changing your DB settings in .env)

php artisan migrate --seed

Install dependency

npm install

develop

npm run dev or npm run watch

Build on production

npm run production

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT