Skip to content

I created structure on Laravel with jenssegers/laravel-mongodb. You can use for new projects if need to mongoDB on Laravel

Notifications You must be signed in to change notification settings

puuble/laravelMongoDB

Repository files navigation

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 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.

Use Laravel on Mongo

I created structure with jenssegers/laravel-mongodb All problem is solved just need to download or clone this repository and follow steps below:

composer install

if you need jetstream you can follow this steps. for more information jetstream

composer require laravel/jetstream

php artisan jetstream:install livewire

npm install && npm run dev

And last step for create collection on MongoDB

php artisan migrate

Enjoy!

About

I created structure on Laravel with jenssegers/laravel-mongodb. You can use for new projects if need to mongoDB on Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published