Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

User Bundle Laravel Package

carcel/user-bundle

View on GitHub
Deep Wiki
Context7

Installation and configuration

Download using composer and activate the bundle

Require the bundle

composer require carcel/user-bundle

Configure the bundle

  • Copy the content of vendor/carcel/user-bundle/config/fos_user.yaml into app/config/config.yml.
  • Copy the content of vendor/carcel/user-bundle/config/security.yaml into app/config/security.yml.
  • Add the routes present in vendor/carcel/user-bundle/config/routes.yaml into app/config/routes.yaml

Deploy the assets

Copy the files bower.json and .bowerrc from the CarcelUserBundle to the root of your application, then run the following command to download and install JQuery and Bootstrap.

bower update

However, you can skip this step if you intend to customize the the bundle forms and not make use of Bootstrap and JQuery.

Update the database schema

Run the following commands to create the database table and create an admin user:

bin/console doctrine:schema:update --force
bin/console fos:user:create admin --super-admin

Run the application

The application is now ready to run. You can either configure a HTTP server of your choice (Apache, nginx…) or use the Symfony internal server:

bin/console server:run

You should now be able to display the login page (localhost:8000/login if using the Symfony server).

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
yandex/translate-api
voku/simple_html_dom
league/flysystem-vfs
bkwld/upchuck
filament/spatie-laravel-tags-plugin
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php