No description
  • Vue 49.8%
  • PHP 49.2%
  • JavaScript 0.8%
  • Blade 0.2%
Find a file
2023-02-22 20:13:46 -08:00
app Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
bootstrap Created new laravel project/repo 2023-01-28 14:32:17 -08:00
config Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
database Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
lang/en Created new laravel project/repo 2023-01-28 14:32:17 -08:00
public Created new laravel project/repo 2023-01-28 14:32:17 -08:00
resources Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
routes Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
storage Created new laravel project/repo 2023-01-28 14:32:17 -08:00
tests Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
.editorconfig Created new laravel project/repo 2023-01-28 14:32:17 -08:00
.env.example Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
.gitattributes Created new laravel project/repo 2023-01-28 14:32:17 -08:00
.gitignore Created new laravel project/repo 2023-01-28 14:32:17 -08:00
artisan Created new laravel project/repo 2023-01-28 14:32:17 -08:00
composer.json Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
composer.lock Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
package-lock.json Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
package.json Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
phpunit.xml Created new laravel project/repo 2023-01-28 14:32:17 -08:00
postcss.config.js Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
README.md Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
tailwind.config.js Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00
vite.config.js Laravel Breeze Installation/Setup 2023-02-22 20:13:46 -08:00

Inventory Management Logo


License

The Laravel framework is open-sourced software licensed under the MIT license. The project itself "Inventory Management" is not open-source (License TBD).

Setup & Installation

Requirements

Installation

  • Create an .env file based on the .env.example
  • composer install
  • composer update
  • Install dependencies
    npm install
    
  • Serve application
    php artisan serve
    
  • Generate app key in browser (first time only)
  • Create/migrate database (first time only - or if updates are made to database) - use a new terminal
    php artisan migrate
    
    • make sure that php.ini has the pdo_mysql extension uncommented -> prevent missing driver error
  • Using Vite
    npm run dev
    

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 takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.