Tweet
๐ŸŽ‰ Another feature completed! Successfully implemented subscription functionality in ProFresh with the help of the Laravel Cashier-Paddle package๐Ÿš€
Check out the project repository here: github.com/hamza094/ProFrโ€ฆ
#Laravel #opensource #buildinpublic
Laravel Tip ๐Ÿ”ฅ
With laravel broadcasting on a private channel, you can check if a user is authorized to listen on that channel.
#Laravel #buildinpublic #tip
New Feature Added ๐Ÿ”ฅ
Mention the user's name in chat and send real-time notifications implemented with the help of Laravel and Vue.js.
#Laravel #buildinpublic #buildinginpublic #ProFresh
New Feature Added ๐Ÿ”ฅ
Implemented a real-time project group chat feature with the help of Laravel and Vue.js.๐Ÿ˜Ž
Emoji and file upload functionality is also added.โœจ
#Laravel #buildinpublic #ProFresh
Laravel Hot Tip ๐Ÿ”ฅ
While testing model deletion, use assertModelMissing instead assertDatabaseMissing.
#Laravel #buildinpublic
Laravel Hot Tip ๐Ÿ”ฅ
In Laravel Belongs To Relationships, you may use for method to define the parent model that factory created models belong to,
#Laravel #buildinpublic
New Feature added ๐Ÿ”ฅ
Implement real-time notifications with the help of laravel vue.js and pusher.
๐Ÿ‘‡ Below is the demo to send notifications to project members when a new project task is added.
#buildinpublic #buildinginpublic #RealTime #VueJS #laravel
Laravel tip ๐Ÿ”ฅ
In Laravel, you can use the Route facade to access information about the route handling the incoming request.
#buildinpublic #laravel
Laravel Tip ๐Ÿ”ฅ
Sometimes you want to throw the validation exception manually. You can do it with laravel ValidationException.
#Laravel #buildinpublic
Laravel Tip ๐Ÿ”ฅ
If you want to check that any of the specified values are present in the request, then use the hasAny method.
#Laravel #buildinpublic
Laravel comes with a variety of global "helper" PHP functions that make your life easy.
What is your favorite laravel helper method? ๐Ÿค”
#Laravel #buildinpublic
Laravel Tip ๐Ÿ”ฅ
Laravel pivot model shows and hides the attribute.
#buildinpublic #Laravel
Laravel Tip ๐Ÿ”ฅ
You can run the laravel schedule on condition
#buildinpublic #Laravel
Shifted my app from laravel mix to vite with a couple of fixes from my end @laravelshift makes the whole process so smooth.
#buildinpublic
Laravel Tip ๐Ÿ”ฅ
While writing laravel multiple where clauses which way do you prefer?
#Laravel #buildinpublic #buildinginpublic
Laravel Hot Tip ๐Ÿ”ฅ
If you want to send mail to each user, there are multiple ways to do that with Laravel Queues.
#Laravel #buildinpublic #buildinginpublic
Laravel Hot Tip ๐Ÿ”ฅ
Laravel provides a Prunable trait to delete models that are no longer needed, but what if you want to prune your trash models?
Below is the code written in the command to prune the trashed model after the time limit past.๐Ÿ‘‡
#Laravel #buildinpublic
Laravel Hot Tip๐Ÿ”ฅ
Laravel provides the Prunable trait to delete models no longer needed, but what if you want to prune your trash models?
You can write code in command to prune your trash model after past the time limit.
#buildinpublic #buildinginpublic #Laravel
Laravel Hot Tip ๐Ÿ”ฅ
You can apply the Rule directly to FormRequest to validate if the condition is met or not.
#Laravel #buildinpublic #buildinpublic
๐ŸŽฏJust finished the user interface for sending and scheduling Mail and SMS to project members with Vue.js.๐Ÿ˜Ž
Time to implement backend logic and testing with Laravel ๐Ÿ˜…
#buildinginpublic #buildinpublic #VueJS #uxdesign