Laravel 10 - Genesis Starter Kit
Laravel 10 - Genesis Starter Kit
In this tutorial, we will see how to implement the Genesis Starter Kit in Laravel 10 and why it's useful for jumpstarting your project with pre-built features.
If you're a video person, feel free to skip the post and check out the video instead!
Step # 1 : Create fresh Laravel project.
Global Command : laravel new genesis
Non Global Command : composer create-project laravel/laravel --prefer-dist genesis
Step # 2 : Access the project.
Git Bash : cd c:xampp/htdocs/genesis
Step # 3 : Install Genesis package.
Command : composer require devdojo/genesis dev-main
Command : php artisan ui genesis
Command : npm install && npm run dev
Step # 4 : Migrate the database.
Command : php artisan migrate
Step # 5 : It's time to test.
Command : php artisan serve.
Once the server is running, you can now visit the following URLs to access your authentication pages.
Register: /register
Login: /login
Logout: /logout
Forgot Password: /forgot-password
Reset Password: /reset-password
Email Verification: /email/verify
Resend Email Verification: /email/resend
User Profile: /profile
Share this with friends!
To engage in commentary, kindly proceed by logging in or registering
Subscribe to Our Newsletter
Stay ahead of the curve! Join our newsletter to see what everyone’s talking about.
0 Comments