riipandi/laravel-start

This package is abandoned and no longer maintained. The author suggests using the riipandi/altstack package instead.

The Laravel Framework with Bootstrap scaffolding

Installs: 127

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:project

v1.3 2018-11-15 18:04 UTC

This package is auto-updated.

Last update: 2020-08-22 11:07:07 UTC


README

68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as:

Laravel is accessible, yet powerful, providing tools needed for large, robust applications.

Usage

PHP version 7.2.x or newer is recommended.

Create the project: composer create-project --prefer-dist riipandi/laravel-start myapp

Change myapp with your application name. Edit .env file and configure your database connection details.

Install the dependecies: yarn install && yarn dev

Finally, initiate the project:

php artisan migrate:fresh --seed
php artisan user:createadmin --email=admin@laravel.local --password=admin
php artisan vendor:publish --tag=telescope-assets --force
php artisan storage:link

If you want to generate dummy user: php artisan db:seed --class=UsersTableSeeder

Security Issue

If you discover any security related issues, please send an e-mail to ripandi@pm.me instead of using the issue tracker.

Support Development

Do you like this project? Support it by donating via:

License

Laravel is a trademark of Taylor Otwel. This project is open-sourced software licensed under the MIT license.