Skip to content

amitbk/mitleaf

Repository files navigation

Build Status Total Downloads Latest Stable Version License

GIT

eval $(ssh-agent -s)

ssh-add ~/.ssh/amitkadam

Init

After installing, to create auth

composer require laravel/ui

php artisan ui vue --auth

npm install

npm run dev

Laravel Serve

php artisan serve

Laravel Generators

composer require laracasts/generators --dev

Create Model, Migration and Controller with one command

php artisan make:model Image -a

Composer Dump-Autolod

(required after changing config/composer.json/.env)

php artisan config:cache

composer dump-autoload

Create Policy

php artisan make:policy FirmPolicy --model=Firm

Migration Commands

php artisan migrate

php artisan migrate:fresh

php artisan make:migration create_firms_table --create=firms

This will help to create pivot table migrations

php artisan make:migration:pivot firms users

Laravel Image Intervention

composer require intervention/image

Laravel Debugger

composer require barryvdh/laravel-debugbar --dev

Mailable

Events and Listeners

Laravel Notifications

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.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 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.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

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 [email protected]. All security vulnerabilities will be promptly addressed.

About

The Social Media Auto Bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published