Skip to content

1MuneebUrRehman/Larastarters

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Larastarters

Larastarters installs a regular Laravel Starter Kit and complements it with a Design Theme.

The package supports:


IMPORTANT: This package must be used in a NEW Laravel project. Existing project functionalities, such as routes or controllers, may be overridden by Larastarters.


Features

Along with the Design Themes, Larastarters adds a few features that are typical for almost any project:

  • Profile management form to change name/email/password
  • A sample table of Users list
  • A sample static text page
  • Two-level menu on the sidebar

🔥 Notice: Check out our premium product QuickAdminPanel for more functionalities and extended features.

Get Started

Larastarters requires PHP 8+ and Laravel 9+.

  1. Create a new Laravel project.

  2. Require Larastarters as a dev dependency, run:

    composer require laraveldaily/larastarters --dev
  3. Configure Larastarters, run the command below:

    php artisan larastarters:install

    Choose your preferred starter kit and Design Theme.

    Larastarters Install

  4. Compile the project assets, run:

    npm install && npm run dev
  5. That's it! You have Laravel Auth starter, just visit the home page and click Log in / Register.


Developing within a container

Internally, this package runs several php artisan commands during the installation process.

If you are developing with a container, like Laravel Sail or Docker, you can pass the --php_version flag to change this behaviour and avoid problems in the installation process:

php artisan larastarters:install --php_version=./vendor/bin/sail`.

Available Themes

In the current version, there are 9 themes supported.

Tailwind Themes with Laravel Breeze

Example screenshots from Windmill theme:

Register

Dashboard

Bootstrap Themes with Laravel UI


More from our LaravelDaily Team

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Blade 38.8%
  • SCSS 35.9%
  • Vue 13.7%
  • PHP 5.7%
  • CSS 3.5%
  • JavaScript 2.4%