garritfra, to php
@garritfra@fosstodon.org avatar

I'm currently building #serverless infrastructure for a #Laravel application. It's going... OK.

https://garrit.xyz/posts/2023-04-28-serverless-framework-retrospective

This is post 067 of #100DaysToOffload.

#aws #devops

wogan, to Laravel

I'm sure these have been done to death already, but I'm thinking about doing an end-to-end project build (maybe, cloning Twitter) using #PHP, #Laravel, #VueJS and #PostgreSQL - and then documenting the entire thing on YouTube.

I'm almost positive that there are already video series out there doing this exact thing, so I'm trying to work out what would make my approach to it any more unique.

acquaintsofttech, to Laravel

Angular vs. Bootstrap: A Comparison of Frontend Frameworks

Wondering which frontend framework to choose, Angular or Bootstrap? Our guide provides insights, tips, and real-life examples. Join the conversation, share your thoughts, and connect with developers passionate about frontend development. Let's create amazing web experiences!

Visit https://acquaintsoft.com/blog/angular-vs-bootstrap


angelmunoz, to php

I used to download the LAMP/MAMP/WAMP stack from bitnami, it was an executable piece that setup php and whatever I needed to get started when I was doing PHP years ago

I think they don't offer that anymore how does one get started with PHP these days?

#lamp #wamp #php #phpdev #laravel

stux, to Laravel
@stux@mstdn.social avatar

"Thingy" seems a bit better already huh?

Just for learning purposes, I'm working on a rebuild for Goldfish

( 10 & )

"Twitter" like thing im working on in Laravel and Vue

shawnhooper, to Laravel
@shawnhooper@fosstodon.org avatar

#Laravel Question:

If I call Auth::logout(); in my controller, nothing past that line of code runs. According to the docs this should work.

Auth::logout();
Log::info('User logged out');

... but the log entry doesn't get written.

Any ideas?

grmpyprogrammer, to Laravel
@grmpyprogrammer@phpc.social avatar

peeps — what is your go-to resource for advanced Eloquent scopes? Can’t seem to quite get what I want working :(

shaedrich, to Laravel
@shaedrich@mastodon.online avatar

TIL To easily enter multi-line code into #tinker without trailing slashes at every line, you can enter the string "enter" into your terminal window and then press ENTER. This will open an editor (e.g. nano), where you can edit your code just like normal. When you are ready, you can simply save and exit. Thereafter, tinker executes the entered code ✨ 🚀
🤯
#laravel #amProgramming #codingTips #webdevelopment

emd, to Laravel
@emd@cosocial.ca avatar

What am I missing folks, you can't have multiple listeners (in an array) in v11?

https://laracasts.com/discuss/channels/laravel/laravel-11-register-event-with-multiple-listeners

alda, to php
@alda@topspicy.social avatar
kaiserkiwi, to Laravel
@kaiserkiwi@corteximplant.com avatar

When I started #Questlog the plan was to use the same tech stack as we use at work to use learnings from private projects for work and vice versa.

But Questlog doesn't have to be a single page app. And this annoys me. I have to go the extra mile for so many things that just should work.

I really think about completely rewrite the front end with #Laravel #Livewire instead of #Vue.js with #Inertia in between.

I would definitely have to think more to achieve some things I currently do, but the result would be a much faster and smaller page that isn't completely dependent on JavaScript. Most of the stuff I do would probably completely doable without JS these days.

#Coding #JavaScript #WebDev

kenny, to Laravel

Ahh yes, my annual give money to Taylor Otwell day. Blessings to you all. #laravel

itsjoshbruce, (edited ) to php
@itsjoshbruce@phpc.social avatar

Is Symfony Console the way to go for creating custom CLI tools using PHP?

I think someone pulled something together from Laravel components.

I'd like to find something excessively lightweight - like CLI is all it does with few or no dependencies.

Curious about what folks are using.

I'll probably start with Symfony as I've built what I'm planning once before.

#PHP #Laravel #Symfony #CLI

michael, to Laravel
@michael@thms.uk avatar

Apparently the way middleware is defined is changing radically in Laravel 11.

I’m not sure I like this. Seems like too much magic to me 🤔

https://dev.to/grantholle/exploring-middleware-in-laravel-11-2e10

lph, to Laravel

#Laravel people: how do you handle storing a „representation" of a class that should later be instantiated and it’s required constructor params in a database (column)? Let’s say the user can choose between different actions that can be performed with custom inputs such as a specific date or a few numbers which will affect the behaviour of the class. Have you ever encountered this before?

stoffelio, to Laravel

I have so many work related e-books but simply hate reading long form on a screen. So I’ve moved to buying printed copies again where available.
Any books (development related) you highly recommend that are also available on dead trees?
#laravel #php

kaiserkiwi, to webdev
@kaiserkiwi@corteximplant.com avatar

Wanted to get some low hanging fruit tickets done for Questlog. Well I also decided to create more robust testing and now I finished the first task after 3 minutes and fighting Pest for 27 minutes now.

Why in all seven hells is Game::factory()->count(5)->create(); not creating 5 games? It's always 2 or 3. Never 5. This is absolutely infuriating…

I just wanted to get my list shorter and don't break stuff while I do.

The fun part? Also creating all 5 games manually fails. Without any log or something like that…

#WebDev #PHP #Pest #Laravel #Coding

shane, to php

PHP Slack communities for Australia

#php #laravel #australia #developers #laraconau

Kovah, to Laravel
@Kovah@mastodon.social avatar

Im about to implement achievements for @cloudhiker. Anyone know a great method to show toasts/popup notifications in the #frontend for unlock events, which do not involve setting up websockets with #Laravel Echo? 🥺

leanpub, to Laravel
@leanpub@mastodon.social avatar

Laravel 5.4 For Beginners by Bill Keck is on sale on Leanpub! Its suggested price is $29.95; get it for $11.96 with this coupon: https://leanpub.com/sh/fqNULXp3 #Laravel #Vuejs #Php

outofcontrol, to Laravel
@outofcontrol@phpc.social avatar

Laravel 11 is out, and I can’t wait to try Reverb out! Though I did just upgrade to Laravel 10… checks notes… 2 weeks ago :(

https://blog.laravel.com/laravel-11-now-available?ref=mastodon

#laravel

hennell, to Laravel

Trying to move off of the dying bird, any good or php people I should be following here?

shawnhooper, to Laravel
@shawnhooper@fosstodon.org avatar

Anyone have a good GitHub Actions workflow for running dusk tests?

I can't seem to get ChromeDriver working properly.

AstraKernel, to php

PHP conductor 😂

kaiserkiwi, to php
@kaiserkiwi@corteximplant.com avatar

I'm a web developer for 17 years now and I never had the self-confidence to publish something open source.

But there was a package for Laravel Nova I use for Questlog and some smaller things weren't as I liked them. So I contributed to the package. It was a pretty nice feeling.

Yesterday I wanted to contribute again but… The package is now abandoned. But I need it! So I made the decision to publish it on my own. I left multiple references to the original package but it still feels weird.

But hey, I published my first open source package. Even if it's based on the work of another person, it still feels pretty good.

If anyone it's curious, it's a niche plugin for Laravel Nova to see and manage your jobs from the queue worker. So if you use Laravel Nova and are as annoyed as I to look in the database to see the pending or failed jobs or don't want to open the terminal to restart failed jobs, give it a try!

https://github.com/kaiserkiwi/nova-queue-management

#PHP #Laravel #LaravelNova #Coding #OpenSource

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • thenastyranch
  • magazineikmin
  • InstantRegret
  • Durango
  • osvaldo12
  • rosin
  • Youngstown
  • slotface
  • khanakhh
  • tacticalgear
  • kavyap
  • ethstaker
  • DreamBathrooms
  • megavids
  • ngwrru68w68
  • everett
  • cubers
  • GTA5RPClips
  • love
  • modclub
  • cisconetworking
  • mdbf
  • normalnudes
  • tester
  • Leos
  • anitta
  • JUstTest
  • All magazines